


.examples-page-content .entry {margin-top:20px;}



a.example-lnk { display:inline-block; margin: 0px 9px 0px 9px; margin-bottom:30px; text-align:center;}
a.example-lnk:nth-child(n+4), a.example-lnk:nth-child(n+5) {margin-bottom:30px;}
.example-img-wrap {position:relative; display:inline-block;
    -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.25);
    padding:3px;
    height:200px;
    background:#fff;
}


.example-img-wrap img {width:284px; height: 200px;}




#examples-thumb-images {font-size:14px; text-align:center;}



.example-label {
    color: #000;
    font: 18px sans-serif;
    line-height: 34px;
    letter-spacing: 0px;
    font-family: Verdana;
    text-decoration: none;
}

a.example-lnk{
    color: #000;
    font: 18px sans-serif;
    letter-spacing: 0px;
    font-family: Verdana;}



.entry a.example-lnk:hover { color:#fff;}
.example-title-lnk {display:block; margin-top:10px;}







/* Image */

.image {
    border: 0;
    display: inline-block;
    position: relative;
}

.image:before {
    background: url("images/pattern.png");
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



.image.thumb:after {
				-moz-transition: opacity 0.2s ease-in-out;
                -webkit-transition: opacity 0.2s ease-in-out;
                -ms-transition: opacity 0.2s ease-in-out;
                transition: opacity 0.2s ease-in-out;
                border-radius: 0.35em;
                border: solid 3px rgba(255, 255, 255, 0.5);
                color: #fff;
                content: 'View album';
                display: inline-block;
                font-size: 1.4em;
                font-weight: 400;
                left: 50%;
                line-height: 2.25em;
                margin: -1.25em 0 0 -4.54em;
                opacity: 0;
                padding: 0 1.5em;
                position: absolute;
                text-align: center;
                text-decoration: none;
                top: 50%;
                white-space: nowrap;
}

.image.thumb:hover:after {
				opacity: 1.0;
}

.image.thumb:hover:before {
				opacity: 1.0;
}

